home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / clonecd / September 93.img / Archives / Utilities / Print / Printer Drivers / StyleWriter I+ hack / About the StyleWriter I+ hack next >
Text File  |  1993-08-06  |  4KB  |  99 lines

  1. StyleWriter I+ hack
  2. ===================
  3. Based heavily on the StyleWriter II Hack released by Adam Schenker.
  4. Even parts fo this 'read me' file were stolen from him ;-)
  5.  
  6. This is not an Apple supported product.  It is not even an Apple approved
  7. product.  Please make a duplicate of your drivers before working on this
  8. hack.  While I have not seen any adverse effects, I still strongly recommend
  9. a full backup of your files.
  10.  
  11.  
  12. About this hack:
  13. ---------------
  14. The StyleWriter II driver works on both original StyleWriters and new
  15. StyleWriter IIs. The StyleWriter II driver is much superior to the StyleWriter
  16. driver 7.2.3, as it prints faster, can print grayscale, and can be shared over a
  17. network.
  18.  
  19. The catch:  If you use the StyleWriter II driver with an original StyleWriter and
  20. select the 'Clean Ink Head...' check-box under 'Options', it WILL DESTROY YOUR INK
  21. CARTRIDGE!!!
  22.  
  23. This is where the hack comes in.  It disables both the 'Options' button and the
  24. 'Clean Ink Head...' check box so you can't accidentally (or intentionally) destroy
  25. your ink cartridge.  This hack also modifies the balloon help for these items and
  26. changes the version info so you will know you are working with a modified driver.
  27. Plus, you get the original icons instead of the silly-looking SW II icons.
  28.  
  29. How to install it:  (installation requires ResEdit or similar software)
  30.  
  31. 1. Open up the 'StyleWriter I+ hack' file with ResEdit.
  32. 2. Open a COPY of your original 'StyleWriter II' driver with ResEdit.
  33. 3. With the 'StyleWriter I+ hack' the active window, choose 'Select All'
  34.     from the 'Edit' menu. All the resources (little icons) should be
  35.     surrounded by black boxes in the 'StyleWriter I+ hack' window.
  36. 4. Select 'Copy' from the 'Edit' menu.
  37. 5. Click on the other window (the one that is a copy of your StyleWriter II
  38.     driver) to make it the active window.
  39. 6. Select 'Paste' from the 'Edit' menu.
  40. 7. You should get a dialog box asking if you want to replace resources
  41.     with the same IDs. Click the 'Yes' button.
  42. 8. Optionally, you may wish to delete the 'IJR2' resource -- it is not needed.
  43. 9. Select 'Save' from the 'File' menu.
  44. A. Your StyleWriter II driver is now patched. However, we need to tell the
  45.         Finder a few things.
  46. B. Select 'Get Info for StyleWriter I+ hack' from the File menu.
  47. C. Change the Creator code from 'IJR2' to 'IJRT'.
  48. D. Clear the Inited bit so that Finder notices the changes.
  49. E. Quit ResEdit and put the driver in your Extensions folder. Try it out and
  50.         see if it works. If not, well, now you know why you were working on a copy. :)
  51. F. Enjoy.
  52.  
  53. How it works:
  54.  
  55. All we did was do some tinkering with ResEdit.  The hack file contains no code from
  56. the original StyleWriter II driver.  All it has are modified 'BNDL', 'FREF',
  57. 'icl4', 'icl8', 'ICN#', ics#', ics4', 'ics8', and 'IJRT' resources tha contain
  58. information for the Finder and the Desktop databases.  It also contains the
  59. new 'cicn', 'SICN', and 'ICON' resources to display SW I instead of SW II icons
  60. in dialogs.  We also altered the 'DITL', 'PICT', 'STR ', and 'STR#' resources
  61. to refer to StyleWiter I+ rather than the StyleWriter II.  Finally, the 'vers'
  62. resources provide updated version information.
  63.  
  64. Specifically, the 'Enable' check-box has been turned off for the 'Options' button
  65. and the 'Clean ink head...' check-box.  You won't be able to use either of them,
  66. and their ballon help will not be available.  In essence, it is just a few cosmetic
  67. changes, but it could save you from having a very bad day.
  68.  
  69. If you find this useful or have problems, send me some e-mail.
  70.  
  71. Igor Livshits
  72. igorl@uiuc.edu
  73.  
  74. P.S.
  75. Hey Apple! How about a new StyleWriter driver for those of us who bought one
  76. of the originals?  Remember us?  We're the ones who bought them BEFORE you
  77. improved the printing speed and added background printing. :)  --AS
  78.  
  79.  
  80. -=-=-=-=-=-=-
  81.  
  82. Version history
  83. ===============
  84. StyleWriter I+ hack (1.1)
  85. -------------------------
  86. 1. Changed 3 'PICT' resources to refer to StyleWriter I+ and erased the 'Options'
  87.         button.
  88. 2. Renumbered instruction in HEX to accommodate more of them ;-)
  89. 3. Added and fixed the bundle information for the Finder and Desktop.
  90. 4. Added and fixed all icon related resources.
  91. 5. Added the 'IJRT' resource used by the 'BNDL' -- 'IJR2' is now useless.
  92. 6. Updated the 'vers' resources.
  93. 7. Updated the 'DITL' resources to refer to StyleWriter I+
  94.  
  95. StyleWriter II Hack (1.0)
  96. -------------------------
  97. Original release patched 'DITL', 'STR ', 'STR#', and 'vers' resources.
  98.         By Adam Schenker.
  99.